type runtime.mSpanQueue

8 uses

	runtime (current package)
		mheap.go#L1913: type mSpanQueue struct {
		mheap.go#L1919: func (q *mSpanQueue) push(s *mspan) {
		mheap.go#L1933: func (q *mSpanQueue) pop() *mspan {
		mheap.go#L1948: func (q1 *mSpanQueue) takeAll(q2 *mSpanQueue) {
		mheap.go#L1965: func (q *mSpanQueue) popN(n int) mSpanQueue {
		mheap.go#L1966: 	var newQ mSpanQueue